projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4848d69
)
Require GLib 1.1.4
author
Shawn Amundson
<amundson@src.gnome.org>
Sat, 31 Oct 1998 10:01:16 +0000
(10:01 +0000)
committer
Shawn Amundson
<amundson@src.gnome.org>
Sat, 31 Oct 1998 10:01:16 +0000
(10:01 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 2b926a3c6a27f605875b3c1fbfc8b347cd5a32dc..e820fd7e13ca7fd43feed77da86392de475be274 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-170,9
+170,9
@@
fi
if test x$with_glib = x ; then
# Look for separately installed glib
- AM_PATH_GLIB(1.1.
3
,,
+ AM_PATH_GLIB(1.1.
4
,,
AC_MSG_ERROR([
-*** GLIB 1.1.
3
or better is required. The latest version of GLIB
+*** GLIB 1.1.
4
or better is required. The latest version of GLIB
*** is always available from ftp://ftp.gtk.org.]),
gmodule)